Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / SparseArray<T> Class / Length Property


In This Topic
    Length Property (SparseArray<T>)
    In This Topic
    Gets a 32-bit integer that represents the total number of elements in SparseArray.
    Syntax
    'Declaration
     
    
    Public Property Length As Integer
    'Usage
     
    
    Dim instance As SparseArray(Of T)
    Dim value As Integer
     
    instance.Length = value
     
    value = instance.Length
    public int Length {get; set;}
    See Also